home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / easynoter / enlite.exe / 0 / RCDATA / TEXITFORM / TEXITFORM.txt
Encoding:
Text File  |  2003-11-28  |  1.6 KB  |  76 lines

  1. object ExitForm: TExitForm
  2.   Left = 316
  3.   Top = 238
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Exit Setup'
  7.   ClientHeight = 169
  8.   ClientWidth = 296
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 12
  22.     Width = 273
  23.     Height = 26
  24.     Anchors = [akLeft, akTop, akRight]
  25.     Caption = 
  26.       'Setup is not complete. If you quit the Setup program now, the pr' +
  27.       'ogram will not be installed.'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 52
  33.     Width = 276
  34.     Height = 26
  35.     Anchors = [akLeft, akTop, akRight]
  36.     Caption = 
  37.       'You may run the Setup program at a later time to complete the in' +
  38.       'stallation.'
  39.     WordWrap = True
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 92
  44.     Width = 232
  45.     Height = 13
  46.     Anchors = [akLeft, akTop, akRight]
  47.     Caption = 'To continue installing the program, click Resume.'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 8
  51.     Top = 112
  52.     Width = 205
  53.     Height = 13
  54.     Anchors = [akLeft, akTop, akRight]
  55.     Caption = 'To quit the Setup program, click Exit Setup.'
  56.   end
  57.   object ResumeBtn: TButton
  58.     Left = 60
  59.     Top = 140
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Resume'
  63.     TabOrder = 0
  64.     OnClick = ResumeBtnClick
  65.   end
  66.   object ExitBtn: TButton
  67.     Left = 148
  68.     Top = 140
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Exit Setup'
  72.     TabOrder = 1
  73.     OnClick = ExitBtnClick
  74.   end
  75. end
  76.